/*=================================
        HR HERO
==================================*/
 
/* .hr-team-hero{

    padding:90px 0;
    background:#ffffff;

} */
.hr-team-hero{

    padding:90px 0;

    background:#ffffff;

    position:relative;

    overflow:hidden;

}


/* Left Light Blue Splash */

.hr-team-hero::before{

    content:"";

    position:absolute;

    width:420px;

    height:420px;

    background:#dceeff;

    border-radius:50%;

    top:-120px;

    left:-180px;

    filter:blur(90px);

    opacity:.8;

}


/* Right Light Blue Splash */

.hr-team-hero::after{

    content:"";

    position:absolute;

    width:450px;

    height:450px;

    background:#e6f3ff;

    border-radius:50%;

    bottom:-150px;

    right:-180px;

    filter:blur(100px);

    opacity:.9;

}


/* Keep content above splash */

.hr-team-hero .container{

    position:relative;

    z-index:2;

}
@media(max-width:768px){

.hr-team-hero{

    padding:70px 0;

}


.hr-team-hero::before{

    width:250px;

    height:250px;

    left:-120px;

}


.hr-team-hero::after{

    width:250px;

    height:250px;

    right:-120px;

}


}
.hr-content{

    max-width:560px;

}

.hero-tag{

    display:inline-block;

    padding:8px 18px;

    background:#eaf3ff;

    color:#0d6efd;

    border-radius:30px;

    font-size:15px;

    font-weight:600;

    margin-bottom:20px;

}

.hr-content h1{

    font-size:48px;

    color:#143d7a;

    font-weight:700;

    line-height:1.25;

    margin-bottom:22px;

}

.hr-content p{

    font-size:17px;

    color:#555;

    line-height:1.9;

    margin-bottom:35px;

}

.hr-btn{

    display:inline-block;

    padding:14px 34px;

    background:#0d6efd;

    color:#fff;

    text-decoration:none;

    border-radius:50px;

    font-weight:600;

    transition:.3s;

}

.hr-btn:hover{

    background:#084dbd;

    color:#fff;

    transform:translateY(-3px);

}

/* .hr-image{

    max-width:100%;

    animation:float 4s ease-in-out infinite;

} */
.hr-image{
    display:block;
    margin-left:auto;
    margin-right:auto;
}
@keyframes float{

    0%{
        transform:translateY(0);
    }

    50%{
        transform:translateY(-8px);
    }

    100%{
        transform:translateY(0);
    }

}
/* @keyframes float{

    0%{
        transform:translateY(0);
    }

    50%{
        transform:translateY(-12px);
    }

    100%{
        transform:translateY(0);
    }

} */

==========================
        Responsive
===========================

@media(max-width:991px){
.hr-team-hero{

    text-align:center;
    padding:70px 0;

}


.hr-content{

    max-width:100%;
    margin-bottom:50px;   /* increase space below button */

}


.hr-btn{

 /*    position:relative;
    z-index:5; */
  display:inline-block;

        margin-bottom:40px;
}


.hr-image{

    margin-top:40px;      /* space between button and image */

    max-width:85%;

}
/* .hr-team-hero{

    text-align:center;
    padding:70px 0;

}

.hr-content{

    max-width:100%;
    margin-bottom:40px;

}

.hr-content h1{

    font-size:36px;

}

.hr-content p{

    font-size:16px;

}

.hr-image{

    max-width:85%;

} */

}

@media(max-width:576px){

.hr-content h1{

    font-size:30px;

}

.hr-content p{

    font-size:15px;

}

.hr-btn{

  /*   width:100%;
    text-align:center;
 */
    width:100%;

        text-align:center;

        margin-bottom:50px;
 
}

.hr-image{

    max-width:100%;

}

} 

/*========================================
    FINANCIAL FITNESS
=========================================*/


.financial-fitness{

    padding:90px 0;

    background:#ffffff;

}


/* Heading */

.financial-fitness .section-title{

    text-align:center;

    margin-bottom:35px;

}


.financial-fitness .section-title h2{

    font-size:40px;

    color:#143d7a;

    font-weight:600;

    line-height:1.3;

}



/* Intro */

.fitness-intro{

    max-width:900px;

    margin:auto;

    text-align:center;

}


.fitness-intro p{

    color:#555;

    font-size:17px;

    line-height:1.8;

}



/* Report Heading */

.report-heading{

    text-align:center;

    margin:45px 0 30px;

    color:#143d7a;

    font-size:26px;

    font-weight:700;

}



/* Cards */


.fitness-cards{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:25px;

}



.fitness-card{

    background:#f3f8ff;

    border:1px solid #dbeafe;

    border-radius:18px;

    padding:25px 20px;

    text-align:center;

    transition:.3s;

}


.fitness-card:hover{

    transform:translateY(-8px);

    box-shadow:0 15px 35px rgba(13,110,253,.12);

}


.fitness-card h2{

    font-size:38px;

    color:#0d6efd;

    font-weight:700;

    margin-bottom:12px;

}


.fitness-card p{

    font-size:14px;

    color:#555;

    line-height:1.7;

}



/* Bottom Content */


.fitness-bottom{

    max-width:1000px;

    margin:50px auto 0;

    text-align:left;

}


.fitness-bottom p{

    font-size:17px;

    color:#555;

    line-height:1.9;

    margin-bottom:20px;

}



/*================================
        RESPONSIVE
================================*/


@media(max-width:991px){


.financial-fitness .section-title h2{

    font-size:34px;

}


.fitness-cards{

    grid-template-columns:repeat(2,1fr);

}


}



@media(max-width:600px){


.financial-fitness{

    padding:70px 0;

}


.financial-fitness .section-title h2{

    font-size:28px;

}


.fitness-intro p{

    font-size:15px;

}


.report-heading{

    font-size:22px;

}


.fitness-cards{

    grid-template-columns:1fr;

}


.fitness-card{

    padding:22px;

}


.fitness-card h2{

    font-size:32px;

}


.fitness-bottom p{

    font-size:15px;

}
}
/*====================================
        WHY CHOOSE DMK TEAMS
=====================================*/


.why-dmk-teams{

    padding:90px 0;

    background:#ffffff;

}



.why-dmk-teams .section-title{

    text-align:center;

    margin-bottom:55px;

}


.why-dmk-teams .section-title h2{

    font-size:42px;

    color:#143d7a;

    font-weight:700;

    margin-bottom:15px;

}


.why-dmk-teams .section-title p{

    font-size:18px;

    color:#64748b;

}





/* Cards Grid */


.dmk-team-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:30px;

}



.dmk-team-card{

    background:#f3f8ff;

    border:1px solid #dbeafe;

    border-radius:22px;

    padding:35px 28px;

    text-align:center;

    transition:.35s;

}



.dmk-team-card:hover{

    transform:translateY(-8px);

    box-shadow:0 15px 35px rgba(13,110,253,.15);

}




/* Icon */


.dmk-icon{

    width:70px;

    height:70px;

    border-radius:50%;

    background:#ffffff;

    display:flex;

    align-items:center;

    justify-content:center;

    margin:0 auto 22px;

    box-shadow:0 8px 20px rgba(0,0,0,.08);

}



.dmk-icon i{

    font-size:32px;

    color:#0d6efd;

}




.dmk-team-card h3{

    font-size:22px;

    color:#143d7a;

    font-weight:700;

    margin-bottom:15px;

}



.dmk-team-card p{

    font-size:15px;

    color:#555;

    line-height:1.8;

}





/* Tablet */


@media(max-width:991px){


.dmk-team-grid{

    grid-template-columns:repeat(2,1fr);

}


.why-dmk-teams .section-title h2{

    font-size:34px;

}


}





/* Mobile */


@media(max-width:600px){


.why-dmk-teams{

    padding:70px 0;

}


.why-dmk-teams .section-title h2{

    font-size:28px;

}


.why-dmk-teams .section-title p{

    font-size:15px;

}


.dmk-team-grid{

    grid-template-columns:1fr;

}


.dmk-team-card{

    padding:28px 20px;

}


.dmk-team-card h3{

    font-size:20px;

}


.dmk-team-card p{

    font-size:14px;

}


}
/*====================================
     FINANCIAL FITNESS NECESSITIES
=====================================*/


.financial-necessities{

    padding:90px 0;

    background:#eef7ff;

}



.necessities-title{

    text-align:center;

    margin-bottom:45px;

}



.necessities-title h2{

    font-size:42px;

    color:#143d7a;

    font-weight:700;

    margin-bottom:15px;

}



.necessities-title p{

    font-size:18px;

    color:#555;

}



/* Content */


.necessities-content{

    max-width:950px;

    margin:auto;

}



.necessity-item{

    display:flex;

    align-items:flex-start;

    gap:15px;

    margin-bottom:25px;

    background:#ffffff;

    padding:22px 25px;

    border-radius:16px;

    border:1px solid #dbeafe;

    transition:.3s;

}



.necessity-item:hover{

    transform:translateX(8px);

    box-shadow:0 12px 25px rgba(13,110,253,.12);

}



.necessity-item span i{

    color:#0d6efd;

    font-size:24px;

}



.necessity-item p{

    margin:0;

    color:#555;

    font-size:16px;

    line-height:1.8;

    text-align:left;

}



.necessity-item strong{

    color:#143d7a;

}



/*=====================
      RESPONSIVE
======================*/


@media(max-width:768px){


.financial-necessities{

    padding:70px 0;

}



.necessities-title h2{

    font-size:30px;

}



.necessities-title p{

    font-size:15px;

}



.necessity-item{

    padding:18px;

}



.necessity-item p{

    font-size:14px;

}


}
/*====================================
        CONCLUSION SECTION
=====================================*/


.hr-conclusion{

    padding:100px 0;

    background:#ffffff;

    position:relative;

    overflow:hidden;

}



/* Left Navy Splash */
/* 
.hr-conclusion::before{

    content:"";

    position:absolute;

    width:450px;

    height:450px;

    background:#dbeafe;

    border-radius:50%;

    left:-200px;

    top:-120px;

    filter:blur(90px);

    opacity:.9;

}



Right Navy Splash

.hr-conclusion::after{

    content:"";

    position:absolute;

    width:500px;

    height:500px;

    background:#bfdbfe;

    border-radius:50%;

    right:-220px;

    bottom:-150px;

    filter:blur(100px);

    opacity:.8;

} */

/* Left Navy Splash */

.hr-conclusion::before{

    content:"";

    position:absolute;

    width:500px;

    height:500px;

    background:#1e3a8a;

    border-radius:50%;

    left:-250px;

    top:-150px;

    filter:blur(120px);

    opacity:.18;

}


/* Right Navy Splash */

.hr-conclusion::after{

    content:"";

    position:absolute;

    width:550px;

    height:550px;

    background:#2563eb;

    border-radius:50%;

    right:-250px;

    bottom:-180px;

    filter:blur(130px);

    opacity:.18;

}

.hr-conclusion .container{

    position:relative;

    z-index:2;

}



.conclusion-content{

    max-width:900px;

    margin:auto;

    text-align:center;

}



.conclusion-tag{

    display:inline-block;

    background:#eaf3ff;

    color:#0d6efd;

    padding:8px 20px;

    border-radius:30px;

    font-size:15px;

    font-weight:600;

    margin-bottom:20px;

}



.conclusion-content h2{

    font-size:42px;

    color:#143d7a;

    font-weight:700;

    line-height:1.3;

    margin-bottom:25px;

}



.conclusion-content blockquote{

    font-size:22px;

    color:#334155;

    font-style:italic;

    line-height:1.7;

    margin:30px auto 10px;

}



.conclusion-content h5{

    color:#0d6efd;

    font-size:18px;

    margin-bottom:35px;

}



.conclusion-content p{

    font-size:17px;

    color:#555;

    line-height:1.9;

    margin-bottom:15px;

}



.conclusion-btn{

    display:inline-block;

    margin-top:25px;

    padding:14px 38px;

    background:#0d6efd;

    color:#ffffff;

    text-decoration:none;

    border-radius:50px;

    font-weight:600;

    transition:.3s;

}



.conclusion-btn:hover{

    background:#084dbd;

    color:#fff;

    transform:translateY(-3px);

}



/*=====================
        MOBILE
======================*/


@media(max-width:768px){


.hr-conclusion{

    padding:70px 0;

}



.conclusion-content h2{

    font-size:30px;

}



.conclusion-content blockquote{

    font-size:18px;

}



.conclusion-content p{

    font-size:15px;

}



.hr-conclusion::before{

    width:250px;

    height:250px;

}



.hr-conclusion::after{

    width:250px;

    height:250px;

}


}